Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[Other resourcedining philosophers problem

Description: dining philosophers problem
Platform: | Size: 6345 | Author: 邓飞 | Hits:

[Mathimatics-Numerical algorithmsdiningphilosopher

Description: 哲学家就餐问题算法实现-Algorithm dining philosophers problem
Platform: | Size: 1024 | Author: 站长 | Hits:

[Windows Developzxjjc

Description: 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display of the process, with VC. Net development
Platform: | Size: 547840 | Author: 卫民 | Hits:

[OS Develop哲学家进餐问题仿真

Description: 哲学家进餐问题仿真-dining philosophers problem Simulation
Platform: | Size: 543744 | Author: 浩劫 | Hits:

[OS Developeat

Description: 哲学家进餐问题Java版-dining philosophers problem Java version
Platform: | Size: 88064 | Author: | Hits:

[OS Develop哲学家进餐问题VC版

Description: 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock and take the two conditions (chopsticks idle) meet again allowed to dine at the solutions. We look forward to learning together with the exchange!
Platform: | Size: 525312 | Author: zbing0203 | Hits:

[OS programPhilospherDining

Description: 它是一个经典的算法-哲学家进餐问题,用VC++实现,通过它大家可以掌握Windows中的多线程编程-It is a classic algorithm-the Dining Philosophers, VC++, through which we can grasp the Windows multi-threaded programming
Platform: | Size: 3745792 | Author: 吴义军 | Hits:

[JSPdining philosophers problem

Description: dining philosophers problem
Platform: | Size: 6144 | Author: 邓飞 | Hits:

[CSharp200511121433511933

Description: 很好用 OS的一个很好用的东西 很值得大家看看 哲学家就餐问题的很好的实现-good with a good OS, the things you look at the merits of the Dining Philosophers achieve good
Platform: | Size: 11264 | Author: 天刺 | Hits:

[Otherchip(单片机源程序)

Description: 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dining Philosophers, in order to prevent deadlock. take the two conditions (chopsticks idle) meet again allowed to dine at the solutions. We look forward to learning together with the exchange!
Platform: | Size: 26624 | Author: 大大 | Hits:

[Software Engineeringzhexuejiajincan

Description: 计算机操作系统原理与实现中的重要实验,关于哲学家进餐的问题-computer operating system Theory and the important experiments on the dining philosophers problem
Platform: | Size: 539648 | Author: mantian | Hits:

[OS programlunch

Description: 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem description : five philosophers sitting around the table, each one philosopher or thinking either wait or eat. To eat, philosopher must take up the PRC chopsticks (up to around two ends) Unfortunately, chopsticks equal to the volume and philosopher, so each must chopsticks from two philosophers sharing
Platform: | Size: 34816 | Author: 何冰 | Hits:

[assembly languageSimulationoftheDiningPhilosophersProblem

Description: 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的。-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development.
Platform: | Size: 592896 | Author: luowenfen | Hits:

[JSP/JavaChopStickTest

Description: 哲学家就餐问题java版。我对这个知道的不多,大家可以研究研究。-dining philosophers problem java version. I know this much, and we can studies.
Platform: | Size: 2048 | Author: limin | Hits:

[Process-Threadjincan

Description: 哲学家进餐问题 在多线程中如何避免死锁。 简单源码,有参考价自己 -dining philosophers problem in multithreaded how to avoid deadlock. Simple source, a reference price of its own
Platform: | Size: 2542592 | Author: 飞灵 | Hits:

[Linux-Unixzhexuejiajincan2

Description: 在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
Platform: | Size: 5120 | Author: weixiang | Hits:

[Process-ThreadDINING

Description: 演示哲学家就餐 进程的同步与互斥-Demo dining philosophers process synchronization and mutual exclusion
Platform: | Size: 753664 | Author: deaker | Hits:

[uCOSucos-dining-philosopher

Description: ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve screenshot and insights. dos interface text presentation (otherwise graphical interface).
Platform: | Size: 281600 | Author: xuxi | Hits:

[CSharpDining

Description: 程序源代码: /* Item The Dining Philosophers Problem 具体要求 1) 5个哲学家,先吃饭,后思考。 2) 每个哲学家都需要吃9顿饭,思考9次,然后结束。 3)吃饭时间为3~12秒的随机时间 4)思考时间为7~19秒的随机时间 5)对取叉子和放叉子等临界资源的操作前后需要输出相关状态信息,包括哲学家的各种状态信息。要有足够的信息的输出要能证明哲学家之间吃饭不产生竞态。 */-The Dining Philosophers Problem
Platform: | Size: 3072 | Author: 车卡迪 | Hits:

[Windows Developdining

Description: 哲学家进餐代码 附加可执行文件 哲学家进餐代码 附加可执行文件-Dining philosophers code attached executable file attached executable code dining philosophers
Platform: | Size: 414720 | Author: 小文 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net